random.hpp File Reference

This is a wrapper for a random number generator. The current implementation relies on the standard random number generator in C++ and all the caveats that apply to default random number generators should be noted. More...

#include <cstdlib>
#include <boost/random/linear_congruential.hpp>
#include <boost/random/uniform_int.hpp>
#include <boost/random/mersenne_twister.hpp>
#include <boost/random/uniform_real.hpp>
#include <boost/random/variate_generator.hpp>
#include <boost/generator_iterator.hpp>
Include dependency graph for random.hpp:

Go to the source code of this file.

Classes

class  gridpack::random::Random

Namespaces

namespace  gridpack
namespace  gridpack::random

Typedefs

typedef boost::mt19937 base_generator_type

Detailed Description

This is a wrapper for a random number generator. The current implementation relies on the standard random number generator in C++ and all the caveats that apply to default random number generators should be noted.

Author:
Bruce Palmer
Date:
2015-03-03 09:25:03 d3g293

Typedef Documentation

typedef boost::mt19937 base_generator_type
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

Generated on 3 Feb 2020 for GridPACK by  doxygen 1.6.1